projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b8177c
)
(rmail-unix-mail-delimiter): Don't accept newlines in month.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Mar 1996 19:59:40 +0000
(19:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Mar 1996 19:59:40 +0000
(19:59 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index db549fa55ce1919d714bcb9b31728a85c0397617..1758f2dbd49e63360f9f4344a5a6e90d0c2d3fbe 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-224,7
+224,7
@@
Called with region narrowed to the message, including headers.")
;; The time the message was sent.
"\\([^ \n]*\\) *" ; day of the week
- "\\([^
]*\\) *"
; month
+ "\\([^
\n]*\\) *"
; month
"\\([0-9]*\\) *" ; day of month
"\\([0-9:]*\\) *" ; time of day